body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.glava 
 {height:40vh;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: 
  url('zelena.jpg');
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
   clip-path: polygon(
    0 0, 
    100% 0, 
    100% 90%, 
    21% 100%, 
    0 90%);}
 
 nav
	{display: flex;
	align-items: center;
	padding:0px 30px;
	background-color:white;
	justify-content: space-between;
	height:70px;
	box-shadow: 0 20px 20px rgba(0,0,0,0.5)}
	
 ul
  {list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
  display: flex; 
  height: 70px;
  align-items: center;
  gap: 20px}

.meni ul li a 
	{text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 22px;
	color:black;
	padding:17px;
	font-family: 'Georgia', sans-serif;}	
	
.meni ul li a:hover
    {background:#00b359;
	color: white;
	border-radius: 5px;}

.logo
    {height: 50px}
	
	
.tekst1
{color: white;
	position: absolute;
	top: 18%;
	left: 7%;
	text-align: left;}
	
.tekst1 h1
 {font-size: 74px;
	margin: 0;
	font-family: 'Georgia', sans-serif;
	font-weight: bold;}		
	
.poglavje1 {
  display: flex;
  align-items: flex-start;
} 

.poglavje1 .article1
{max-width: 1000px;
  margin-left: 90px;   
  margin-right: 0;
 background:white;
 padding: 20px 0px;
 line-height: 1.6;
  }
 
.poglavje1 h2
    {display: block;
    margin:60px 50px 0px ;
    width: 850px;
    border-bottom: 7px solid #00b359;
    padding:7px 0;
	font-size: 32px;
	font-family: 'Georgia',sans-serif;
	font-weight: bold;
	text-align:center}

.poglavje1 p 
{ font-size: 22px;
	font-family: 'Georgia', sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
	padding:5px 70px;
	line-height: 1.6;}

.poglavje1 .slika1
{width: 600px;
  height: 500px;
  border-radius:50%;   
  object-fit: cover;        
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  margin: 85px 0px;
 }
	
	
	
.poglavje2 
{ padding: 0px 0px;
  text-align:center;
  display: flex;
  align-items: flex-start;
  gap: 80px; 
} 
	
.poglavje2 .article2
{max-width: 800px;
 background:#F2FFF2;
 padding: 10px 50px;
 line-height: 1.6;
 box-shadow: 0 5px 15px rgba(0,0,0,0.3)}
 
.poglavje2 h2
    {display: block;
	text-align:center;
    width: 700px;
    border-bottom: 7px solid #00b359;
    padding:7px 7px;
	font-size: 32px;
	font-family: 'Georgia',sans-serif;
	font-weight: bold;
	text-align:center}

.poglavje2 p 
{ font-size: 22px;
	font-family: 'Georgia', sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
	padding:0px 20px;
	line-height: 1.6;}
	
.slika2
{width: 650px;
  height: 400px;
  border-radius:1%;   
  object-fit: cover;        
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  margin-left: 160px;
  margin-top: 8px;}
	
footer h4 {font-size: 15px;
	font-family: 'Arial', sans-serif;
	font-weight:normal;
	margin: 0;
  padding: 0 px;
  text-align: center;
	text-decoration: none	
}

footer 
{padding: 21px 0;
    background-color:F0F0F0;
	margin-top: 65px;}

*,
*::before,
*::after {
  box-sizing: border-box;
}


@media (max-width: 768px) {

  body {
    font-size: 16px;
	width:100%;
	max-width: 100%;
    overflow-x: hidden;
 margin: 0;
  padding: 0;
  }

nav {
    flex-direction: column;   
    height: auto;
    padding:0;
    gap: 0px;
  }
 
 .meni {
    width: 100%;
    overflow-x: auto;        
    overflow-y: hidden;
 -webkit-overflow-scrolling: touch}

 .meni ul{
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 4px;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    width: max-content;
    }

.meni ul li {
    flex: 0 0 auto;
  }
  
  .meni ul li a {
    font-size: 16px;            
	display: inline-block;
  padding: 10px 10px;
  white-space: nowrap;
  }

  .logo
    {height: 30px;
	margin-top: 2px}

.glava {
    height: auto;
    min-height: 26vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('zelena.jpg');
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); 
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 92%, 
      23% 100%, 
      0 92%
    );
  }

  .tekst1 {
    position: absolute;
    top: 22%;
    left: 6%;
    text-align: left;
    width: 90%;
  }

  .tekst1 h1 {
    font-size: 34px; 
  }

.poglavje1,
.poglavje2 {
  display: flex;
  flex-direction: column;
  gap:11px;
}

  .poglavje1 .article1,
  .poglavje2 .article2 {
	order: 1; 
    width: 92%;
    max-width: 450px;
    padding: 10px 10px;
    margin: 20px auto 15px; 
    min-height: auto;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }

  .poglavje1 h2,
  .poglavje2 h2 {
    width: 92%;
    font-size: 22px;
    margin: 5px 10px;
    text-align: left;
  }

  .poglavje1 p,
  .poglavje2 p {
    font-size: 16px;
    padding: 8px 14px;
    line-height: 1.4;
    text-align: left;
	margin: 0;
  }

 .poglavje1 .slika1,
 .poglavje2 .slika2 { 
    width: 100%;
    max-width: 310px;
    height:auto;
    border-radius:0%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin: 7px auto;
	order: 2;
	margin-bottom: 20px;  
  margin-top: 0px;  
  }

 
footer h4{
	font-size: 12px;
}

footer 
{padding: 18px 0;
margin-top: 15px;}}


	

